home *** CD-ROM | disk | FTP | other *** search
- object Form11: TForm11
- Left = 637
- Top = 474
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Form11'
- ClientHeight = 225
- ClientWidth = 395
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- Visible = True
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 9
- Top = 7
- Width = 40
- Height = 37
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object CGauge4: TxGauge
- Left = 183
- Top = 117
- Width = 205
- Height = 17
- BarForeColor = clBlue
- BarBackColor = clWhite
- TextForeColor = clBlack
- TextBackColor = clWhite
- end
- object CGauge3: TxGauge
- Left = 183
- Top = 97
- Width = 205
- Height = 17
- BarForeColor = clBlue
- BarBackColor = clWhite
- TextForeColor = clBlack
- TextBackColor = clWhite
- end
- object CGauge2: TxGauge
- Left = 183
- Top = 76
- Width = 205
- Height = 17
- BarForeColor = clBlue
- BarBackColor = clWhite
- TextForeColor = clBlack
- TextBackColor = clWhite
- end
- object CGauge1: TxGauge
- Left = 183
- Top = 56
- Width = 205
- Height = 17
- BarForeColor = clBlue
- BarBackColor = clWhite
- TextForeColor = clBlack
- TextBackColor = clWhite
- end
- object StaticText1: TStaticText
- Left = 59
- Top = 7
- Width = 329
- Height = 13
- AutoSize = False
- Caption = 'Continue freeing XX MB on pass X of X?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 71
- Top = 158
- Width = 81
- Height = 25
- Hint = 'Click to continue with the next pass.'
- Caption = '&Continue'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 18
- Top = 188
- Width = 359
- Height = 17
- Hint =
- 'Select this option for FreeRAM XP to display this window before ' +
- 'each pass.'
- Caption = '&Always prompt (display this window) before each pass'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = CheckBox1Click
- end
- object Button2: TButton
- Left = 159
- Top = 158
- Width = 164
- Height = 25
- Hint = 'Click to cancel the rest of the passes.'
- Cancel = True
- Caption = '&Cancel this Memory Operation'
- ModalResult = 2
- TabOrder = 3
- OnClick = Button2Click
- end
- object CheckBox2: TCheckBox
- Left = 18
- Top = 205
- Width = 327
- Height = 17
- Hint =
- 'Select this option for FreeRAM XP to automatically stop freeing ' +
- 'memory (cancel future passes) if the desire amount of memory is ' +
- 'reached'
- Caption = 'A&utomatically cancel passes if desired memory level is reached'
- TabOrder = 4
- OnClick = CheckBox2Click
- end
- object StaticText4: TStaticText
- Left = 59
- Top = 21
- Width = 326
- Height = 29
- AutoSize = False
- Caption =
- ' FreeRAM XP successfully allocated 78 MB of 100 MB selected (7' +
- '8%) on the last pass.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- end
- object StaticText2: TStaticText
- Left = 17
- Top = 139
- Width = 360
- Height = 17
- Caption =
- 'Note: Above statistics were taken after pass completed, and do n' +
- 'ot update.'
- TabOrder = 6
- end
- object StaticText3: TStaticText
- Left = 8
- Top = 59
- Width = 159
- Height = 17
- Hint = 'Shows how much RAM was available before FreeRAM XP began working'
- Caption = 'RAM at start of operation: 33 MB'
- TabOrder = 7
- end
- object StaticText5: TStaticText
- Left = 8
- Top = 79
- Width = 108
- Height = 17
- Caption = 'RAM currently: 40 MB'
- TabOrder = 8
- end
- object StaticText6: TStaticText
- Left = 8
- Top = 99
- Width = 171
- Height = 17
- Hint =
- 'Shows how much RAM has been freed by FreeRAM XP since beginning ' +
- 'the memory operation.'
- Caption = 'RAM gained since starting: 100 MB'
- TabOrder = 9
- end
- object StaticText7: TStaticText
- Left = 8
- Top = 119
- Width = 172
- Height = 17
- Hint =
- 'Shows how much RAM has been freed by FreeRAM XP since the last p' +
- 'ass.'
- Caption = 'RAM gained since last pass: 23 MB'
- TabOrder = 10
- end
- object StaticText8: TStaticText
- Left = 264
- Top = 119
- Width = 45
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = '304%'
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 11
- Visible = False
- end
- object StaticText27: TStaticText
- Left = 264
- Top = 99
- Width = 45
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = '304%'
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 12
- Visible = False
- end
- end
-